Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/143 - Movie Ratings Application/

Movie Ratings Application /cody/swapnilsparsh/30DaysOfJavaScript/143 - Movie Ratings Application/index.html
394 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
script.js /cody/swapnilsparsh/30DaysOfJavaScript/143 - Movie Ratings Application/script.js
213 Views
0 Comments
function fun(e)
{
var search=document.getElementById("name").value;
fetch(`https://www.omdbapi.com/?t=${search}&apikey=1
style.css /cody/swapnilsparsh/30DaysOfJavaScript/143 - Movie Ratings Application/style.css
165 Views
0 Comments
.container{
display: block;
text-align: center;
}
input{
padding: 20px;
margin: 20px;
border-radius: 7px;